翻訳と辞書
Words near each other
・ Iqbal Town
・ Iqbal Town, Faisalabad
・ Iqbal Wahhab
・ Iqbal Z. Ahmed
・ Iqbal Zafar Jhagra
・ Iqbal Zuberi
・ IQC
・ IQCB1
・ IQCE
・ IQE
・ IQfx
・ IQGAP1
・ IPV
・ IPv4
・ IPv4 address exhaustion
IPv4 header checksum
・ IPv4 Residual Deployment
・ IPv4 subnetting reference
・ IPv6
・ IPv6 address
・ IPv6 brokenness and DNS whitelisting
・ IPv6 deployment
・ IPv6 packet
・ IPv6 rapid deployment
・ IPv6 subnetting reference
・ IPv6 transition mechanism
・ IPv6-to-IPv6 Network Prefix Translation
・ IPVS
・ IPVS (disambiguation)
・ IPW New Zealand Heavyweight Championship


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

IPv4 header checksum : ウィキペディア英語版
IPv4 header checksum
The IPv4 header checksum is a simple checksum used in version 4 of the Internet Protocol (IPv4) to protect the header of IPv4 data packets against data corruption. This checksum is calculated only for the header bytes (with the checksum bytes set to 0), is 16 bits long and is a part of the IP packet header.
The checksum is calculated by forming the ones' complement of the ones' complement sum of the header's 16-bit words. The result of summing the entire IP header, including checksum, should be zero if there is no corruption. At each hop, the checksum is recalculated and the packet will be discarded upon checksum mismatch. The router must adjust the checksum if it changes part of the IP header (such as when decrementing the TTL.)
The IPv6 protocol lacks a header checksum: its designers considered that the whole-packet link-layer checksumming provided in layer 2 transports such as PPP and Ethernet, combined with the use of checksums in upper-layer protocols such as TCP and UDP, were sufficient to make a separate header checksum unnecessary.
== Example: calculating an IPv4 header checksum ==
Take the following truncated excerpt of an IPv4 packet. The header is shown in bold and the checksum is underlined.


4500 0073 0000 4000 4011 b861 c0a8 0001

c0a8 00c7 0035 e97c 005f 279f 1e4b 8180

To calculate the checksum, we can first calculate the sum of each 16 bit value within the header, skipping only the checksum field itself. Note that the values are in hexadecimal notation.

4500 + 0073 + 0000 + 4000 + 4011 + c0a8 + 0001 + c0a8 + 00c7 = 2479C (equivalent to 149,404 in decimal)

Next, we convert the value 2479C to binary:

0010 0100 0111 1001 1100

The first 4 bits are the carry and will be added to the rest of the value:

0010 + 0100 0111 1001 1100 = 0100 0111 1001 1110

In this example the addition of the carry didn't itself generate a carry. If it had
it would have been necessary to add that new carry back in as well.
Next, we flip every bit in that value, to obtain the checksum:

0100 0111 1001 1110 becomes:

1011 1000 0110 0001

This is equal to B861 in hexadecimal, as shown underlined in the original IP packet header.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「IPv4 header checksum」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.